-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Doc Fixes #21415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc Fixes #21415
Conversation
Hello @alimcmaster1! Thanks for updating the PR. Cheers ! There are no PEP8 issues in this Pull Request. 🍻 Comment last updated on June 11, 2018 at 22:35 Hours UTC |
@jschendel mind reviewing? This should make this functionality abit clearer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
cc @jreback
Codecov Report
@@ Coverage Diff @@
## master #21415 +/- ##
=======================================
Coverage 91.89% 91.89%
=======================================
Files 153 153
Lines 49596 49596
=======================================
Hits 45576 45576
Misses 4020 4020
Continue to review full report at Codecov.
|
Thanks @gfyoung, added further commit to get rid of my pep8 error causing appveyor CI to fail. |
pandas/core/indexing.py
Outdated
Notes | ||
----- | ||
See the `Defined Levels Section | ||
<http://pandas.pydata.org/pandas-docs/stable/advanced.html#defined-levels>`_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be a sphinx ref, like
:ref:`advanced.shown_levels`
Thanks, LGTM pending @TomAugspurger's comment. |
Thanks both, updated as per @TomAugspurger comment. Also spotted a few other places in the codebase were we could use a Spinx ref. Will raise a separate PR. |
thanks @alimcmaster1 happy to take more PRs on other patches! |
Closes <#21308>
Note : Defined Levels section was added in the "Notes" section opposed to "See Also".
Description of "See Also" section here, suggests it should really link to other functions etc.